home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / DISK2 / PROXY.HT_ / PROXY.HT
Encoding:
Text File  |  1996-04-16  |  2.0 KB  |  98 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Using Proxy Servers</TITLE>
  5. </HEAD>
  6.  
  7. <BODY TEXT=#000000 LINK=#0033FF VLINK=#888888 ALINK=#FF0000 BGCOLOR=FFFFFF>
  8. <A NAME="TOP"></A> 
  9.  
  10. <P ALIGN=RIGHT>
  11. <I>
  12. <A HREF="topics.htm">Contents</A> / <A HREF="index.htm#TOP">Index</A>
  13. </I>
  14. </P>
  15.  
  16. <H2>Using Proxy Servers</H2>
  17.  
  18. <HR>
  19.  
  20. Many organizations use a <A
  21. HREF="http://www.cis.ohio-state.edu/hypertext/faq/usenet/firewalls-faq/faq.html">firewall</A>
  22. (usually a router or a computer) to protect their internal network from external
  23. access. A <I>proxy server</I> is a program, typically running on a firewall
  24. machine, that can be configured to block external access, while permitting users
  25. behind a firewall to access Internet resources.
  26.  
  27. <P>You can specify a different proxy server for HTTP, gopher, and FTP protocols.
  28.  
  29. <P><A NAME="PROXY"><B>To setup proxy servers:</B></A>
  30. <OL>
  31. <P><LI>From the Edit menu, choose Preferences.
  32. <P><LI>Choose the Proxies panel, if necessary.
  33. <P><LI>For each Proxy field, type the domain name (or IP address) and port number
  34. of the proxy server you are using. See your Internet access provider or system
  35. administrator for details.<P>
  36. <P><LI>Choose the OK button.
  37. </OL>
  38.  
  39. <P>
  40.  
  41. <A NAME="BYPASS"><B>To bypass proxy servers:</B></A>
  42. <P>
  43. <OL>
  44. <P><LI>From the Edit menu, choose Preferences.
  45. <P><LI>In the Bypass Proxy On field, specify the IP addresses, domain
  46. names, and ports that should be accessed directly without using a
  47. proxy server. Separate entries with commas. Examples:
  48.  
  49. <P>
  50.  
  51. <TABLE>
  52.  
  53. <TR>
  54. <TD><B>To directly access</B></TD>
  55. <TD></TD>
  56. <TD><B>Enter this</B></TD>
  57. </TR>
  58.  
  59. <TR>
  60. <TD>www.foo.com</TD>
  61. <TD> </TD>
  62. <TD>www.foo.com</TD>
  63. </TR>
  64.  
  65. <TR>
  66. <TD>only port 80 of www.foo.com</TD>
  67. <TD> </TD>
  68. <TD>www.foo.com:80</TD>
  69. </TR>
  70.  
  71. <TR>
  72. <TD>any machine in the foo.com domain</TD>
  73. <TD> </TD>
  74. <TD>foo.com</TD>
  75. </TR>
  76.  
  77. <TR>
  78. <TD>port 80 of any machine</TD>
  79. <TD> </TD>
  80. <TD>:80</TD>
  81. </TR>
  82.  
  83. <TR>
  84. <TD>machines inside the foo.com domain and port 80 of any machine</TD>
  85. <TD> </TD>
  86. <TD>foo.com, :80</TD>
  87. </TR>
  88.  
  89. </TABLE>
  90.  
  91. <LI>Choose the OK button.
  92.  
  93. </OL>
  94.  
  95. </BODY>
  96.  
  97. </HTML>
  98.